mDocs Holder SDK
Toggle table of contents
4.1.1
Select version
5.0.0
4.1.1
4.1.0
4.0.0
3.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
mDocs Holder SDK
mDocs Holder SDK
/
global.mattr.mobilecredential.common.branding
/
BrandingImage
Branding
Image
@
Serializable
(
with
=
BrandingImageSerializer::class
)
data
class
BrandingImage
(
val
format
:
String
,
val
data
:
ByteArray
)
:
CborEncodable
Represents an image used for Mobile Credential branding.
Members
Constructors
Branding
Image
Link copied to clipboard
constructor
(
format
:
String
,
data
:
ByteArray
)
Properties
data
Link copied to clipboard
val
data
:
ByteArray
format
Link copied to clipboard
val
format
:
String
Functions
encode
To
Bytes
Link copied to clipboard
open
fun
encodeToBytes
(
)
:
ByteArray